ComponentOne ASP.NET MVC Controls
OnClientQueryLoadingData Method

C1.Web.Mvc.Viewer.Fluent Namespace > ViewerBaseBuilder<TControl,TBuilder> Class : OnClientQueryLoadingData Method
The value.
Configurates the C1.Web.Mvc.Viewer.ViewerBase.OnClientQueryLoadingData client event. Queries the request data sent to the service before loading the document.
Syntax
'Declaration
 
Public Function OnClientQueryLoadingData( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientQueryLoadingData( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ViewerBaseBuilder<TControl,TBuilder> Class
ViewerBaseBuilder<TControl,TBuilder> Members